home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / misc / pfactor.lzh / pfactor.readme < prev   
Text File  |  1992-02-25  |  352b  |  12 lines

  1.  
  2.     Usage: pfactor n1 [n2 [n3 [...] ] ]
  3.  
  4.     Prints prime factorisations of given numbers n1, n2 etc.
  5.     Works from CLI only, and is limited to integers of size <= 2^32-1,
  6.     ie. for n <= 4294967295 (which is actually prime).
  7.  
  8.     Factorisations are done almost instantaneously.
  9.     Source available free on request.
  10.  
  11.       -  Martin Scott    (email: mws@castle.ed.ac.uk)
  12.